@charset "UTF-8";


.p-border {
    border: solid 1px #A78171;
    border-radius: 10px;
    margin: 20px auto 0;
    padding: 25px 30px 25px 15px;
}

.p-block {
    width: 100%;
    color: #3E3A39;
}

.p-block th {
  text-align: left;
  color: #e08812;
  height: 110px;
    width: 220px;
    font-size: 16px;
    font-size: 1.6rem;
    border-right: solid 2px #A78171;
    font-weight: bold;
    vertical-align: top;
}

.p-block td {
  padding-left: 20px;
  vertical-align: top;
}

.p-block td:last-child {
  padding: 0;
  width: 260px;
  position: relative;
}


.p-open {
    display: block;
    margin-bottom: 20px;
    padding-left: 35px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    background: url("../../../images/page/price/ico_time.png")no-repeat;
    background-position: left top;
}

.p-tel {
  display: block;
  padding-left: 35px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background: url("../../../images/page/price/ico_tel.png")no-repeat;
  background-position: left top 7px;
}

.p-category {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #e08812;
    font-weight: bold;
}

.p-more {
  position: absolute;
  bottom: 0;
  left: 0;
    width: 100%;
}

.p-more a {
    display: block;
    color: #A78171;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
    border: solid 1px #A78171;
    border-radius: 3px;
    min-height: 50px;
    font-weight: bold;
    padding: 12px 0;
    transition: .3s;
}

.p-button {
  width: 100%;
}

.p-button a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  background: #A78171;
  border: solid 1px #A78171;
  border-radius: 3px;
  min-height: 50px;
  font-weight: bold;
  padding: 12px 0;
  transition: .3s;
}

.p-table {
  margin: 10px auto 0;
    width: 100%;
    border: solid 1px #A78171;
}

.p-table th {
  background: #EFE8DF;
  height: 45px;
  vertical-align: middle;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  border-left: solid 1px #A78171;
}

.p-table th:first-child {
  color: #E08812;
  text-align: left;
  padding: 0 25px;
  width: 36%;
  border: none;
}

.p-table th.small-font {
  width: 33%;
}

.p-table tr {
  border-top: solid 1px #A78171;
  background: #fff;
}

.p-table tr:first-child {
  border: none;
}

.p-table tr:last-child {
    background: rgba(246, 221, 187, .6);
}

.p-table td {
  text-align: center;
  vertical-align: middle;
  border-left: solid 1px #A78171;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  height: 58px;
}

.p-table td:first-child {
  text-align: center;
  border: none;
  vertical-align: middle;
  padding: 0 25px;
}

.p-table + p,
.p-2col + p {
    padding-top: 30px;
}

.p-head {
  margin-top: 50px;
  padding-left: 28px;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  color: #E08812;
    line-height: 1.2;
}

.p-head span {
  font-size: 14px;
  font-size: 1.4rem;
}

.p-2col {
  border: solid 1px #A78171;
  margin: 10px 0 0;
  width: 100%;
}

.p-2col tr {
  border-top: solid 1px #A78171;
}

.p-2col tr:first-child {
  border: none;
}

.p-2col th {
  width: 36%;
  border-right: solid 1px #A78171;
  vertical-align: middle;
  background: #EFE8DF;
  padding: 0 25px;
  text-align: center;
  height: 58px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.p-2col td {
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  padding: 0 35px;
  background: #fff;
}

.p-2col td small {
  font-size: 14px;
  font-size: 1.4rem;
}


.tab {
  width: 48%;
  margin: 0 1%;
  max-width: initial;
}

@media screen and (min-width: 768px){

  .p-more a:hover {
    color: #fff;
    background: #A78171;
  }

  .p-button a:hover {
    color: #A78171;
    background: #fff;
  }

}


@media screen and (max-width: 980px) {


}

@media screen and (max-width: 767px){

  .p-block th {
      display: block;
      width: 100%;
      border: none;
      text-align: center;
      height: auto;
      padding-bottom: 20px;
      font-size: 1.8rem;
  }

  .p-block td {
      display: block;
      padding: 0;
      text-align: center;
  }

  .p-block td:last-child {
      display: block;
      width: 100%;
      text-align: left;
  }

  .p-border {
    padding: 30px 20px 20px;
  }

  .p-more {
      position: inherit;
      bottom: inherit;
      left: inherit;
  }

  .p-open {
      text-align: left;
  }

  .p-tel {
      text-align: left;
  }

  .p-button {
      margin: 30px 0 10px;
  }

  .p-table th:first-child {
    width: 36%;
    padding: 5px;
  }

  .p-table th {
      font-size: 1.6rem;
  }

  .p-table td:first-child {
      padding: 5px;
  }

  .p-table td {
      font-size: 1.4rem;
  }

  .p-table {
      margin: 40px auto 0;
  }

  .p-head {
      margin-top: 30px;
  }

  .p-2col th {
      height: auto;
      width: 100%;
      display: block;
      border-bottom: solid 1px #A78171;
      border-right: none;
      padding: 15px 20px;
      font-size: 1.5rem;
  }

  .p-2col td {
      display: block;
      width: 100%;
      padding: 15px 20px;
      font-size: 1.4rem;
  }

  .p-2col td small {
      display: block;
      font-size: 1.3rem;
  }


  .p-category {
    font-size: 1.8rem;
  }

}


/*--------------20221025_追加--------------*/
.p-table tr {
    height: 58px;
}
.p-table th {
	line-height: 1;
}
.p-table th span {
    font-size: 13px;
    font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
.p-table {
    margin-top: 10px;
}
.p-table th.small-font {
	font-size: 13px;
    font-size: 1.3rem;
}
.p-table th span {
    font-size: 10px;
    font-size: 1.0rem;
	transform: scale(0.7);
}
.p-table td span {
	font-size: 10px;
    font-size: 1.0rem;
	}
.p-head {
    text-align: center;
	padding-left: 0;
}
.p-2col td {
    text-align: center;
}
}
.p-table tr:last-child {
    background-color: #FFF;
}